@charset "UTF-8";
h1 {
	text-align: center;
	color: blue;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 40pt;
	
}
.chatter {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 20pt;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 20%;
}